home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD Concept 7
/
CD Concept 07.iso
/
pc
/
install.bat
< prev
next >
Wrap
DOS Batch File
|
1994-09-13
|
540b
|
26 lines
@echo off
if "%1" == "" goto error
md %1\cyberia
cd %1\cyberia
copy dos4gw.exe %1
copy cyberia.exe %1
copy ambiance.z94 %1
copy footstep.z94 %1
copy caljoy.exe %1
copy joy.def %1
copy demorig.def %1
copy demo.bat %1
copy cybplay.exe %1
copy readme.txt %1
copy readme.bat %1
echo type caljoy to calibrate your joystick
echo type cyberia to start the game
echo type demo to start the demo
echo type readme to read the instructions
%1
goto end
:error
echo type install c: to install the game on c:\cyberia
:end